home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / patter_g.dxr / 00383_Help Script.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  312 b   |  17 lines

  1. on Help
  2.   global Game, HelpMode, NoQuiz
  3.   if the frame <= 2 then
  4.     set HelpMode to 1
  5.   end if
  6.   if (the frame >= 3) and (the frame <= 4) then
  7.     set HelpMode to 0
  8.     set Game to 0
  9.     HelpMovie(17)
  10.     set the visible of sprite 4 to 0
  11.   end if
  12.   cursor(4)
  13.   puppetSound(0)
  14.   set NoQuiz to 1
  15.   go("Help")
  16. end
  17.